purple_notify_email

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void* purple_notify_email(void* handle, const(char)* subject, const(char)* from, const(char)* to, const(char)* url, PurpleNotifyCloseCallback cb, gpointer user_data)
    version(Derelict_Link_Static)
    extern (C) extern (C) nothrow
    void*
    purple_notify_email
    (
    void* handle
    ,
    const(char)* subject
    ,
    const(char)* from
    ,
    const(char)* to
    ,
    const(char)* url
    ,,
    gpointer user_data
    )
  2. da_purple_notify_email purple_notify_email;

Meta